home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
comm
/
tcp
/
AmiTCP+GerNet.lha
/
AmiTCP-4.3.Germanynet.conf
next >
Wrap
Text File
|
1996-11-04
|
1KB
|
68 lines
/* Provider Configuration Follows:
Name Germany.Net
DialUp 1
Interface ppp
InterfaceConfig ""
NeedSerial 1
IPDynamic 1
IPAddr 0.0.0.0
DestIP
Gateway 194.45.120.241
Netmask 255.255.255.0
NSDynamic 1
UseBootP 0
MTU 1500
Phone ""
*/ zwischen den ^^^^^ Anführungszeichen Telefon-Nummer des Einwahlknotens einfügen /*
*/
/* The rest is the Dialer script for this provider */
options results
signal on error
Set WaitForTimeout 30
Set InterCharDelay 100
/*
* You can type your login information here:
*/
YourLogin="Infobahn"
ShowConsole
call CommandState
call Dial
pause 5
Say "Dialed successfully, please log on."
/*
* Manual login if user has not edited this script to contain his own
* user information.
* DO NOT EDIT THE "YOUR LOGIN" HERE!
*/
if ( YourLogin = "YOUR LOGIN" ) then do
Say "Please log in manually using the terminal window shown. You can have"
Say "automated login, if you edit AmiTCP:db/provider.conf to include your"
Say "login name and password."
Status "Please log in manually:"
ManualConsole
end
else do
SendLn ""
SendLn ""
WaitFor "login:"
SendLn YourLogin
end
Set NAMESERVER1 194.45.120.25
Set NAMESERVER1 194.45.120.25
Pause 2
exit 0; /* succesfull exit */
error:
Say "Germany.Net: Command on line" SIGL "returned" RC ":" SerScript.LASTERROR
Exit 10